
This resource address returns status information about a specific App Server. The server can be identified either by id or name.
| Request Headers | |
|---|---|
| Accept | The expected MIME type of the response. If the
format parameter is present, it takes precedence over the Accept header. |
Upon success, MarkLogic Server returns status code 200 (OK), and the response body contains the requested data.
manage-user role, or the following
privilege: http://marklogic.com/xdmp/privileges/manage
The structure of the output returned from this REST API is as follows:
idnameserver-kindmetaThis is a complex structure with the following children:
uricurrent-timeelapsed-timestart-minview-errorThis is a complex structure with the following children:
error-typeerror-nameerror-codeerror-messagerelationsThis is a complex structure with the following children:
relation-groupThis is a complex structure with the following children:
urireftyperefrolerefrelation-countrelationThis is a complex structure with the following children:
qualifiersThis is a complex structure with the following children:
qualifierThis is a complex structure with the following children:
urireftyperefidrefnamerefurireftyperefrolerefidrefnamerefstatus-propertiesThis is a complex structure with the following children:
enabledportrootdisplay-last-loginbacklogthreadsmax-threadsrequest-timeoutkeep-alive-timeoutsession-timeoutstatic-expiresmax-time-limitdefault-time-limitmax-inference-sizedefault-inference-sizemulti-version-concurrency-controlauthenticationdefault-userprivilegeconcurrent-request-limitdefault-xquery-versionoutput-sgml-character-entitiesoutput-encodingerror-handlerurl-rewritertotal-request-ratetotal-expanded-tree-cache-miss-ratetotal-expanded-tree-cache-hit-ratetotal-requestscontent-database-enabledmodules-database-enableddirectory-creationlast-login-database-enabledhost-detailThis is a complex structure with the following children:
relationThis is a complex structure with the following children:
qualifiersThis is a complex structure with the following children:
qualifierThis is a complex structure with the following children:
urireftyperefidrefnamerefurireftyperefrolerefidrefnamerefrelation-idrequests-countmax-inference-sizedefault-inference-sizeerrorssl-certificate-templateYou can add a new
certificate template by navigating to
Security > Certificate Templates > Create
addresscollationdistribute-timestampsrequest-ratequeue-sizequeue-limitexpanded-tree-cache-hitsexpanded-tree-cache-missesexpanded-tree-cache-hit-rateexpanded-tree-cache-miss-ratefs-program-cache-hitsfs-program-cache-missesdb-program-cache-hitsdb-program-cache-missesenv-program-cache-hitsenv-program-cache-missesfs-main-module-seq-cache-hitsfs-main-module-seq-cache-missesdb-main-module-seq-cache-hitsdb-main-module-seq-cache-missesfs-lib-module-cache-hitsfs-lib-module-cache-missesdb-lib-module-cache-hitsdb-lib-module-cache-missesfs-schema-cache-hitsfs-schema-cache-missesdb-schema-cache-hitsdb-schema-cache-missesenv-schema-cache-hitsenv-schema-cache-missestemporary-file-read-bytestemporary-file-write-byteshostsThis is a complex structure with the following children:
hostThis is a complex structure with the following children:
host-nameround-trip-countround-trip-timeround-trip-rateround-trip-loaddefault-error-formatrequest-timeserver-receive-bytesserver-receive-timeserver-receive-rateserver-receive-loadserver-send-bytesserver-send-timeserver-send-rateserver-send-loadrelated-viewsThis is a complex structure with the following children:
related-viewThis is a complex structure with the following children:
view-typeview-nameview-uri
http://localhost:8002/manage/v2/servers/Admin?group-id=Default&view=status
==> Returns the status of the Admin server in the Default group.